Bump to 0.21.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 8 Jun 2017 16:08:01 +0000 (09:08 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 8 Jun 2017 16:08:01 +0000 (09:08 -0700)
We're working on the next version now!

Cargo.lock
Cargo.toml
src/crates-io/Cargo.toml

index a664b6941eeb0a018c995ce91cd5d6446b9b5662..92382674a39a48cd61f8c96a8b9ceb205a596300 100644 (file)
@@ -1,11 +1,11 @@
 [root]
 name = "cargo"
-version = "0.20.0"
+version = "0.21.0"
 dependencies = [
  "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargotest 0.1.0",
- "crates-io 0.9.0",
+ "crates-io 0.10.0",
  "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -106,7 +106,7 @@ name = "cargotest"
 version = "0.1.0"
 dependencies = [
  "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "cargo 0.20.0",
+ "cargo 0.21.0",
  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -139,7 +139,7 @@ dependencies = [
 
 [[package]]
 name = "crates-io"
-version = "0.9.0"
+version = "0.10.0"
 dependencies = [
  "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
index b4808e1f516dcf26317b1cd6ed170a82fbd3e99b..3435b05a51adf159848eb2dfd3d6c1a3b0790a0e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.20.0"
+version = "0.21.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
@@ -17,7 +17,7 @@ name = "cargo"
 path = "src/cargo/lib.rs"
 
 [dependencies]
-crates-io = { path = "src/crates-io", version = "0.9" }
+crates-io = { path = "src/crates-io", version = "0.10" }
 crossbeam = "0.2"
 curl = "0.4.6"
 docopt = "0.7"
index b0daa85f2c9757446319619b1a0a5f8ae2e7b1c1..37c74b94e4ffb168ebf70648605fcc6301bd0f4e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.9.0"
+version = "0.10.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"